From fe211f60fe305555ff27a92da798ef28909b0ce6 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Tue, 11 Feb 2025 08:08:43 +0100 Subject: [PATCH] d/t/run-unit-test: Adapt to new installation --- debian/tests/run-unit-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 97dcb126..2874c778 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -13,7 +13,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then fi cp -a /usr/lib/python3/dist-packages/pydicom/data/test_files/CT_small.dcm "${AUTOPKGTEST_TMP}" -cp -a /usr/share/dcmtk/dicom.dic "${AUTOPKGTEST_TMP}" +cp -a /usr/share/dcmtk-3.6.9/dicom.dic "${AUTOPKGTEST_TMP}" export DCMDICTPATH=${AUTOPKGTEST_TMP}/dicom.dic -- 2.30.2